Skip to content

Commit 78e6213

Browse files
committed
Changed script in package.json
1 parent 9e339ac commit 78e6213

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
@@ -38,6 +38,6 @@
3838
"test:dev": "npm run build:dev && jest",
3939
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
4040
"prepare": "jest --clearCache",
41-
"np": "npm run build:prod && np --yolo --no-yarn --contents dist"
41+
"np": "npm run build:prod && node ../np/source/cli.js --no-yarn --contents dist"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)