Skip to content

Commit

Permalink
Ignore scripts on install, move C-S-S to be a build dep (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored Apr 11, 2023
1 parent 7c36bbb commit 0625dac
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run build --if-present
- run: npm test
34 changes: 19 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
},
"homepage": "https://github.com/duckduckgo/privacy-test-pages#readme",
"dependencies": {
"@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.11.1",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"node-cache": "^5.1.2",
"node-cmd": "^5.0.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.10.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-html": "^7.1.0",
Expand Down

0 comments on commit 0625dac

Please sign in to comment.