Skip to content

Commit 3d68ea1

Browse files
committed
Change arg format for new pulp
1 parent 2475904 commit 3d68ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf",
5-
"test": "pulp build -I test --censor-lib --strict",
6-
"build": "pulp build --censor-lib --strict"
5+
"test": "pulp build -I test -- --censor-lib --strict",
6+
"build": "pulp build -- --censor-lib --strict"
77
},
88
"devDependencies": {
99
"pulp": "^10.0.0",

0 commit comments

Comments
 (0)