1
0
Fork 0

chore: Add plugin tests to configure script

This commit is contained in:
Joost De Cock 2021-11-21 16:08:07 +01:00
parent a146ee0924
commit c28b0339fc
25 changed files with 26 additions and 24 deletions

View file

@ -30,7 +30,7 @@
"clean": "rimraf dist",
"build": "rollup -c",
"lernabuild": "rollup -c",
"test": "BABEL_ENV=production ../../node_modules/.bin/mocha tests/*.test.js --require @babel/register",
"test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.js --require @babel/register",
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",